XmlNodeCollectionRemove Method |
Removes a
XmlNode from the collection, if it is present.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Remove(
XmlNode node
)
Public Sub Remove (
node As XmlNode
)
Parameters
- node
- Type: System.XmlXmlNode
The XmlNode to remove.
See Also